We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/intecrel/industrial-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
route.ts•275 B
/**
* NextAuth.js Configuration with Auth0 Provider
* Handles user authentication and session management
*/
import NextAuth from 'next-auth'
import { authOptions } from '@/lib/auth/config'
const handler = NextAuth(authOptions)
export { handler as GET, handler as POST }